home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 June / Chip Haziran 2000.iso / prog / share / 25 / 25.exe / Money.cab / toc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-08-04  |  1.2 KB  |  28 lines

  1. UL             {margin-left: 1.5em;}                    /*I added an extra .5 to this to offset the -.5 I put in the newly created LI style tag*/
  2. UL UL         {margin-left: 1.5em;}
  3.  
  4. OL             {margin-left: 1em}                        /*where is this used?*/
  5. OL OL         {margin-left: 1.5em }
  6.  
  7. LI            {margin-top:2pt; margin-left: -.5em;}    /* over rides the ul tag?*/
  8.  
  9. P            {margin-left: -.5em; margin-top: -.5em}
  10.  
  11. A:link        {text-decoration:none;        color:black}
  12. A:hover        {text-decoration:underline;    color:green;}
  13. A:active    {font:8pt Tahoma;            color:red;            text-decoration:underline;}
  14. BODY        {font: 8pt "tahoma";}
  15.  
  16. /*color doesn't take, but thankfully the images do. margin-left doesn't work here*/
  17. .TOCTopic    {list-style-image:url(money://file/topic.gif);}
  18.  
  19. /*top & bottom margin doesn't take but line-height works*/
  20. .TOCBook    {list-style-image:url(money://file/book.gif);    font-weight:normal;        cursor:hand;        color:black}
  21. .collapsed    {display:none}
  22.  
  23. /*doesn't change text color, but does change the bullets color*/
  24. .expanded    {}
  25.  
  26. .on            {list-style-image:url(money://file/book.gif);    font-weight:normal;        cursor:hand;        color: green}
  27. .off        {list-style-image:url(money://file/book.gif);    font-weight:normal;        cursor:hand;        color: black}
  28.